home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7696 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: pegasus.odyssee.net!news
  2. From: imaze@odyssee.net (Marc Mazerolle)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: New to this group !
  5. Date: Sun, 25 Feb 1996 04:59:44 GMT
  6. Organization: Odyssee Internet
  7. Message-ID: <4gopiq$jul@pegasus.odyssee.net>
  8. References: <4gmt6f$ogq@nms.telepost.no>
  9. Reply-To: imaze@odyssee.net
  10. NNTP-Posting-Host: pool21_10.odyssee.net
  11. X-Newsreader: Forte Free Agent v0.55
  12.  
  13. rsyverts@telepost.no (R.S.) wrote:
  14.  
  15. >Hello !
  16.  
  17. >I am new to this group, and have just started programing C++.
  18.  
  19. >I am making a very little screensaver, and get the error-message: 
  20.  
  21. >Compiling R_TEST3.C:
  22. >Linking BIN\R_TEST3.EXE:
  23. >Linker Error: Group DGROUP exceeds 64K
  24. >              
  25. >Can someone help me ? Please send me e-mail....
  26.  
  27. >==========================================================================
  28. >R. Syvertsen 
  29.  
  30. >E-mail:                 rsyverts@telepost.no
  31. >Home-page:        http://home.sol.no/rsyverts/        <---  Public-key
  32. >PGP fingerprint = C7 EC 27 AD 56 D5 E6 7B  10 FF A0 3B B7 EB BA E2
  33. >==========================================================================
  34.  
  35. The last time we got that message, it was a huge program with many
  36. strings in it. DGROUP is the DATA GROUP from what we figured. Removing
  37. strings into files (a little like .INI files) solved our problem.
  38.  
  39.